NAME
werror - write to stderr

SYNTAX
void werror(string s);

DESCRIPTION
Writes a message to stderr. Stderr is normally the console, even if the process output has been redirected to a file or pipe.

KEYWORDS
file